X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=blobdiff_plain;f=includes%2Fapi%2Fi18n%2Fen.json;h=5b3c0767a6c4cbb78ead43a5846fbf8e9e562aed;hb=9e18610457ce599db51d3b14af83c31053ea0ace;hp=a6d9d61a431d4b04dbb8fbe2c442411de7ede7aa;hpb=3cdc12c6097527d2e8d3dd7866c2ebc802d0643b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index a6d9d61a43..5b3c0767a6 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -85,6 +85,7 @@ "apihelp-edit-param-sectiontitle": "The title for a new section.", "apihelp-edit-param-text": "Page content.", "apihelp-edit-param-summary": "Edit summary. Also section title when $1section=new and $1sectiontitle is not set.", + "apihelp-edit-param-tags": "Change tags to apply to the revision.", "apihelp-edit-param-minor": "Minor edit.", "apihelp-edit-param-notminor": "Non-minor edit.", "apihelp-edit-param-bot": "Mark this edit as bot.", @@ -195,8 +196,8 @@ "apihelp-import-param-interwikipage": "For interwiki imports: page to import.", "apihelp-import-param-fullhistory": "For interwiki imports: import the full history, not just the current version.", "apihelp-import-param-templates": "For interwiki imports: import all included templates as well.", - "apihelp-import-param-namespace": "For interwiki imports: import to this namespace.", - "apihelp-import-param-rootpage": "Import as subpage of this page.", + "apihelp-import-param-namespace": "Import to this namespace. Overrides the $1rootpage parameter.", + "apihelp-import-param-rootpage": "Import as subpage of this page. Ignored if the $1namespace parameter is provided.", "apihelp-import-example-import": "Import [[meta:Help:Parserfunctions]] to namespace 100 with full history.", "apihelp-login-description": "Log in and get authentication cookies.\n\nIn the event of a successful log-in, the needed cookies will be included in the HTTP response headers. In the event of a failed log-in, further attempts may be throttled to limit automated password guessing attacks.", @@ -361,7 +362,7 @@ "apihelp-query+allfileusages-param-to": "The title of the file to stop enumerating at.", "apihelp-query+allfileusages-param-prefix": "Search for all file titles that begin with this value.", "apihelp-query+allfileusages-param-unique": "Only show distinct file titles. Cannot be used with $1prop=ids.\nWhen used as a generator, yields target pages instead of source pages.", - "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:\n;ids:Adds the page ID of the using page (cannot be used with $1unique).\n;title:Adds the title of the file.", + "apihelp-query+allfileusages-param-prop": "Which pieces of information to include:\n;ids:Adds the page IDs of the using pages (cannot be used with $1unique).\n;title:Adds the title of the file.", "apihelp-query+allfileusages-param-limit": "How many total items to return.", "apihelp-query+allfileusages-param-dir": "The direction in which to list.", "apihelp-query+allfileusages-example-B": "List file titles, including missing ones, with page IDs they are from, starting at B.", @@ -1010,6 +1011,16 @@ "apihelp-setnotificationtimestamp-example-pagetimestamp": "Set the notification timestamp for Main page so all edits since 1 January 2012 are unviewed.", "apihelp-setnotificationtimestamp-example-allpages": "Reset the notification status for pages in the {{ns:user}} namespace.", + "apihelp-tag-description": "Add or remove change tags from individual revisions or log entries.", + "apihelp-tag-param-rcid": "One or more recent changes IDs from which to add or remove the tag.", + "apihelp-tag-param-revid": "One or more revision IDs from which to add or remove the tag.", + "apihelp-tag-param-logid": "One or more log entry IDs from which to add or remove the tag.", + "apihelp-tag-param-add": "Tags to add. Only manually defined tags can be added.", + "apihelp-tag-param-remove": "Tags to remove. Only tags that are either manually defined or completely undefined can be removed.", + "apihelp-tag-param-reason": "Reason for the change.", + "apihelp-tag-example-rev": "Add the vandalism tag from revision ID 123 without specifying a reason", + "apihelp-tag-example-log": "Remove the spam tag from log entry ID 123 with the reason Wrongly applied", + "apihelp-tokens-description": "Get tokens for data-modifying actions.\n\nThis module is deprecated in favor of [[Special:ApiHelp/query+tokens|action=query&meta=tokens]].", "apihelp-tokens-param-type": "Types of token to request.", "apihelp-tokens-example-edit": "Retrieve an edit token (the default).", @@ -1077,10 +1088,13 @@ "apihelp-dumpfm-description": "Output data in PHP's var_dump() format (pretty-print in HTML).", "apihelp-json-description": "Output data in JSON format.", "apihelp-json-param-callback": "If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.", - "apihelp-json-param-utf8": "If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences.", + "apihelp-json-param-utf8": "If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.", + "apihelp-json-param-ascii": "If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.", + "apihelp-json-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently 2), may change without warning.", "apihelp-jsonfm-description": "Output data in JSON format (pretty-print in HTML).", "apihelp-none-description": "Output nothing.", "apihelp-php-description": "Output data in serialized PHP format.", + "apihelp-php-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently 2), may change without warning.", "apihelp-phpfm-description": "Output data in serialized PHP format (pretty-print in HTML).", "apihelp-rawfm-description": "Output data with the debugging elements in JSON format (pretty-print in HTML).", "apihelp-txt-description": "Output data in PHP's print_r() format.", @@ -1121,10 +1135,22 @@ "api-help-flag-writerights": "This module requires write rights.", "api-help-flag-mustbeposted": "This module only accepts POST requests.", "api-help-flag-generator": "This module can be used as a generator.", + "api-help-source": "Source: $1", + "api-help-source-unknown": "Source: unknown", + "api-help-license": "License: [[$1|$2]]", + "api-help-license-noname": "License: [[$1|See link]]", + "api-help-license-unknown": "License: unknown", "api-help-help-urls": "", "api-help-parameters": "{{PLURAL:$1|Parameter|Parameters}}:", "api-help-param-deprecated": "Deprecated.", "api-help-param-required": "This parameter is required.", + "api-help-datatypes-header": "Data types", + "api-help-datatypes": "Some API parameter types need further explanation:\n;boolean\n:Boolean parameters work like HTML checkboxes: if the parameter is specified, regardless of value, it is considered true. For a false value, omit the parameter entirely.\n;timestamp\n:Timestamps may be specified in several formats. ISO 8601 date and time is recommended. All times are in UTC, any included timezone is ignored.\n:* ISO 8601 date and time, 2001-01-15T14:56:00Z (punctuation and Z are optional)\n:* ISO 8601 date and time with (ignored) fractional seconds, 2001-01-15T14:56:00.00001Z (dashes, colons, and Z are optional)\n:* MediaWiki format, 20010115145600\n:* Generic numeric format, 2001-01-15 14:56:00 (optional timezone of GMT, +##, or -## is ignored)\n:* EXIF format, 2001:01:15 14:56:00\n:*RFC 2822 format (timezone may be omitted), Mon, 15 Jan 2001 14:56:00\n:* RFC 850 format (timezone may be omitted), Monday, 15-Jan-2001 14:56:00\n:* C ctime format, Mon Jan 15 14:56:00 2001\n:* Seconds since 1970-01-01T00:00:00Z as a 1 to 13 digit integer", + "api-help-param-type-limit": "Type: integer or max", + "api-help-param-type-integer": "Type: {{PLURAL:$1|1=integer|2=list of integers}}", + "api-help-param-type-boolean": "Type: boolean ([[Special:ApiHelp/main#main/datatypes|details]])", + "api-help-param-type-timestamp": "Type: {{PLURAL:$1|1=timestamp|2=list of timestamps}} ([[Special:ApiHelp/main#main/datatypes|allowed formats]])", + "api-help-param-type-user": "Type: {{PLURAL:$1|1=user name|2=list of user names}}", "api-help-param-list": "{{PLURAL:$1|1=One value|2=Values (separate with {{!}})}}: $2", "api-help-param-list-can-be-empty": "{{PLURAL:$1|0=Must be empty|Can be empty, or $2}}", "api-help-param-limit": "No more than $1 allowed.",